home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 2003 September / PC Answers September 2003.iso / Software / trial / AutoMate 5.0.4.1 / automate5_eval_setup.exe / TaskEdit.exe / 0 / RCDATA / TFRMREMOVEASERVICE / TFRMREMOVEASERVICE.txt < prev   
Encoding:
Text File  |  2003-01-14  |  2.3 KB  |  100 lines

  1. inherited frmRemoveAService: TfrmRemoveAService
  2.   Left = 309
  3.   Top = 183
  4.   HelpContext = 79
  5.   OldCreateOrder = True
  6.   OnShow = FormShow
  7.   PixelsPerInch = 96
  8.   TextHeight = 13
  9.   inherited pnlTop: TPanel
  10.     inherited lblCommandName: TLabel
  11.       Caption = ''
  12.     end
  13.     inherited img1616: TImage
  14.       Picture.Data = {<image000.ico>}
  15.     end
  16.     inherited memActionDesc: TMemo
  17.       Lines.Strings = (
  18.         
  19.           'Removes the specified service from the SCM (Service Control Mana' +
  20.           'ger).  Once a '
  21.         
  22.           'service is removed it can no longer be started and stopped.  Adm' +
  23.           'inistrator '
  24.         
  25.           'privileges are usually required to perform this action.  Service' +
  26.           's do not run on '
  27.         'Windows 95/98/ME.')
  28.     end
  29.   end
  30.   inherited pnlCenter: TPanel
  31.     inherited pgcControlPage: TPageControl
  32.       inherited tbsAM5Main: TTabSheet
  33.         object lblServiceToStart: TLabel
  34.           Left = 10
  35.           Top = 16
  36.           Width = 425
  37.           Height = 13
  38.           AutoSize = False
  39.           Caption = '&Service to remove:'
  40.           FocusControl = cboServiceName
  41.         end
  42.         object cboServiceName: TComboBox
  43.           Left = 10
  44.           Top = 32
  45.           Width = 433
  46.           Height = 21
  47.           ItemHeight = 13
  48.           Sorted = True
  49.           TabOrder = 0
  50.           OnDropDown = cboServiceNameDropDown
  51.         end
  52.         object cbIncludeDrivers: TCheckBox
  53.           Left = 10
  54.           Top = 65
  55.           Width = 425
  56.           Height = 17
  57.           Caption = 'Include device and &file system drivers'
  58.           TabOrder = 1
  59.         end
  60.       end
  61.     end
  62.   end
  63.   inherited taclKeyboardTrap: TActionList
  64.     Left = 200
  65.   end
  66.   inherited dxSIBarManager: TdxBarManager
  67.     Categories.ItemsVisibles = (
  68.       2)
  69.     Categories.Visibles = (
  70.       True)
  71.     PopupMenuLinks = <
  72.       item
  73.         Control = lsvAM5Errors
  74.         PopupMenu = dxCheckPopup
  75.       end>
  76.     DockControlHeights = (
  77.       0
  78.       0
  79.       0
  80.       0)
  81.   end
  82.   inherited dxCheckPopup: TdxBarPopupMenu
  83.     ItemLinks = <
  84.       item
  85.         Item = itmCheckAllErrors
  86.         UserGlyph.Data = {00000000}
  87.         Visible = True
  88.       end
  89.       item
  90.         Item = itmCheckNoErrors
  91.         UserGlyph.Data = {00000000}
  92.         Visible = True
  93.       end>
  94.   end
  95.   inherited IvTranslator1: TIvTranslator
  96.     Left = 228
  97.     Top = 348
  98.   end
  99. end
  100.